From d1b6de81310510b44ea663a88362ba75ad318eae Mon Sep 17 00:00:00 2001 From: Joel Dice Date: Sun, 13 Jul 2008 18:56:18 -0600 Subject: [PATCH] add license headers --- classpath/java/security/AccessController.java | 10 ++++++++++ classpath/java/security/PrivilegedAction.java | 10 ++++++++++ 2 files changed, 20 insertions(+) diff --git a/classpath/java/security/AccessController.java b/classpath/java/security/AccessController.java index 3e058771dc..804dfe70a7 100644 --- a/classpath/java/security/AccessController.java +++ b/classpath/java/security/AccessController.java @@ -1,3 +1,13 @@ +/* Copyright (c) 2008, Avian Contributors + + Permission to use, copy, modify, and/or distribute this software + for any purpose with or without fee is hereby granted, provided + that the above copyright notice and this permission notice appear + in all copies. + + There is NO WARRANTY for this software. See license.txt for + details. */ + package java.security; /** diff --git a/classpath/java/security/PrivilegedAction.java b/classpath/java/security/PrivilegedAction.java index c76abc542a..5a5e54aa20 100644 --- a/classpath/java/security/PrivilegedAction.java +++ b/classpath/java/security/PrivilegedAction.java @@ -1,3 +1,13 @@ +/* Copyright (c) 2008, Avian Contributors + + Permission to use, copy, modify, and/or distribute this software + for any purpose with or without fee is hereby granted, provided + that the above copyright notice and this permission notice appear + in all copies. + + There is NO WARRANTY for this software. See license.txt for + details. */ + package java.security; public interface PrivilegedAction {