From 4ced64ec3269717de25be950d3a008d0f1df3b86 Mon Sep 17 00:00:00 2001 From: kohsuke Date: Fri, 6 Feb 2009 20:05:24 +0000 Subject: [PATCH] license header clean up git-svn-id: https://hudson.dev.java.net/svn/hudson/trunk/hudson/main@15081 71c3de6d-444a-0410-be80-ed276b4c234a Originally-Committed-As: 1a1d0d74d5794bb126e14f6577d553c6db74586c --- .../hudson/security/LDAPSecurityRealm.java | 23 ++++++++++++++++++ .../security/LDAPSecurityRealm/config.jelly | 24 +++++++++++++++++++ .../LDAPSecurityRealm/config_de.properties | 22 +++++++++++++++++ .../LDAPSecurityRealm/config_fr.properties | 22 +++++++++++++++++ .../LDAPSecurityRealm/config_ja.properties | 22 +++++++++++++++++ .../LDAPSecurityRealm/config_nl.properties | 22 +++++++++++++++++ .../LDAPSecurityRealm/config_pt_BR.properties | 22 +++++++++++++++++ .../LDAPSecurityRealm/config_ru.properties | 22 +++++++++++++++++ .../LDAPSecurityRealm/config_tr.properties | 22 +++++++++++++++++ .../security/LDAPBindSecurityRealm.groovy | 23 ++++++++++++++++++ 10 files changed, 224 insertions(+) diff --git a/core/src/main/java/hudson/security/LDAPSecurityRealm.java b/core/src/main/java/hudson/security/LDAPSecurityRealm.java index bf97f55..051184b 100644 --- a/core/src/main/java/hudson/security/LDAPSecurityRealm.java +++ b/core/src/main/java/hudson/security/LDAPSecurityRealm.java @@ -1,3 +1,26 @@ +/* + * The MIT License + * + * Copyright (c) 2004-2009, Sun Microsystems, Inc., Kohsuke Kawaguchi, Seiji Sogabe + * + * Permission is hereby granted, free of charge, to any person obtaining a copy + * of this software and associated documentation files (the "Software"), to deal + * in the Software without restriction, including without limitation the rights + * to use, copy, modify, merge, publish, distribute, sublicense, and/or sell + * copies of the Software, and to permit persons to whom the Software is + * furnished to do so, subject to the following conditions: + * + * The above copyright notice and this permission notice shall be included in + * all copies or substantial portions of the Software. + * + * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR + * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, + * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE + * AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER + * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, + * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN + * THE SOFTWARE. + */ package hudson.security; import com.sun.jndi.ldap.LdapCtxFactory; diff --git a/core/src/main/resources/hudson/security/LDAPSecurityRealm/config.jelly b/core/src/main/resources/hudson/security/LDAPSecurityRealm/config.jelly index 47f3113..d389d38 100644 --- a/core/src/main/resources/hudson/security/LDAPSecurityRealm/config.jelly +++ b/core/src/main/resources/hudson/security/LDAPSecurityRealm/config.jelly @@ -1,3 +1,27 @@ + +