You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@wicket.apache.org by Igor Vaynberg <ig...@gmail.com> on 2006/11/13 09:36:09 UTC

license headers

just noticed the below

this is a bad joke right?

markup: 1line
license: 14 lines

are we stripping the license block somewhere? or are we sending it to the
client?

you include two ajax editable choices and you get two of these headers in
the returned markup?

-igor


Modified: incubator/wicket/trunk/wicket
-extensions/src/main/java/wicket/extensions/ajax/markup/html/AjaxEditableChoiceLabel.html
URL:
http://svn.apache.org/viewvc/incubator/wicket/trunk/wicket-extensions/src/main/java/wicket/extensions/ajax/markup/html/AjaxEditableChoiceLabel.html?view=diff&rev=474183&r1=474182&r2=474183
==============================================================================
---
incubator/wicket/trunk/wicket-extensions/src/main/java/wicket/extensions/ajax/markup/html/AjaxEditableChoiceLabel.html
(original)
+++
incubator/wicket/trunk/wicket-extensions/src/main/java/wicket/extensions/ajax/markup/html/AjaxEditableChoiceLabel.html
Mon Nov 13 00:06:17 2006
@@ -1 +1,17 @@
+<!--
+   Licensed to the Apache Software Foundation (ASF) under one or more
+   contributor license agreements.  See the NOTICE file distributed with
+   this work for additional information regarding copyright ownership.
+   The ASF licenses this file to You under the Apache License, Version 2.0
+   (the "License"); you may not use this file except in compliance with
+   the License.  You may obtain a copy of the License at
+
+        http://www.apache.org/licenses/LICENSE-2.0
+
+   Unless required by applicable law or agreed to in writing, software
+   distributed under the License is distributed on an "AS IS" BASIS,
+   WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+   See the License for the specific language governing permissions and
+   limitations under the License.
+-->
 <wicket:panel><span wicket:id="label">[label]</span><select
wicket:id="editor"></select></wicket:panel>

Re: license headers

Posted by Juergen Donnerstag <ju...@gmail.com>.
I think that is too cumbersome. I'd prefer a really simple solution.
Either a one (1) line license header or nothing at all. Based on what
I understood from the mailing discussing there doesn't seem to be a
clear understanding within Apache if Wicket markup is required to have
the license header or not. IMO the markup doesn't contain any (what
was the term they used?)  intellectual knowledge which needs to be
protected. It is the source code that should be protected. But that of
course is only my opinion.

Juergen

On 11/13/06, Frank Bille <fr...@gmail.com> wrote:
> On 11/13/06, Juergen Donnerstag <ju...@gmail.com> wrote:
> >
> > And it increases memory usage. We might not transfer it to the client
> > but we cache the markup.
> >
>
> Yes thats right. That sounds like stripping license headers (or replacing
> with small one-line notices) at build time is the right solution.
>
>

Re: license headers

Posted by Frank Bille <fr...@gmail.com>.
On 11/13/06, Juergen Donnerstag <ju...@gmail.com> wrote:
>
> And it increases memory usage. We might not transfer it to the client
> but we cache the markup.
>

Yes thats right. That sounds like stripping license headers (or replacing
with small one-line notices) at build time is the right solution.

Re: license headers

Posted by Juergen Donnerstag <ju...@gmail.com>.
And it increases memory usage. We might not transfer it to the client
but we cache the markup.

Juergen

On 11/13/06, Frank Bille <fr...@gmail.com> wrote:
> But you are right though that we still have that issue with were and if we
> strip headers. All pages .html (not extended), .css and .js files *will*
> have the license header and until we come to an agreement between us and ASF
> they stay. And that sucks IMO
>
> Frank
>
> On 11/13/06, Igor Vaynberg <ig...@gmail.com> wrote:
> >
> > duh
> >
> > -igor
> >
> >
> > On 11/13/06, Frank Bille <fr...@gmail.com> wrote:
> > >
> > > Hmm Will you get it returned? It's a panel so it's only the content of
> > it
> > > that gets returned, right?
> > >
> > > Frank
> > >
> > > On 11/13/06, Igor Vaynberg <ig...@gmail.com> wrote:
> > > >
> > > > just noticed the below
> > > >
> > > > this is a bad joke right?
> > > >
> > > > markup: 1line
> > > > license: 14 lines
> > > >
> > > > are we stripping the license block somewhere? or are we sending it to
> > > the
> > > > client?
> > > >
> > > > you include two ajax editable choices and you get two of these headers
> > > in
> > > > the returned markup?
> > > >
> > > > -igor
> > > >
> > > >
> > > > Modified: incubator/wicket/trunk/wicket
> > > >
> > > >
> > >
> > -extensions/src/main/java/wicket/extensions/ajax/markup/html/AjaxEditableChoiceLabel.html
> > > > URL:
> > > >
> > > >
> > >
> > http://svn.apache.org/viewvc/incubator/wicket/trunk/wicket-extensions/src/main/java/wicket/extensions/ajax/markup/html/AjaxEditableChoiceLabel.html?view=diff&rev=474183&r1=474182&r2=474183
> > > >
> > > >
> > >
> > ==============================================================================
> > > > ---
> > > >
> > > >
> > >
> > incubator/wicket/trunk/wicket-extensions/src/main/java/wicket/extensions/ajax/markup/html/AjaxEditableChoiceLabel.html
> > > > (original)
> > > > +++
> > > >
> > > >
> > >
> > incubator/wicket/trunk/wicket-extensions/src/main/java/wicket/extensions/ajax/markup/html/AjaxEditableChoiceLabel.html
> > > > Mon Nov 13 00:06:17 2006
> > > > @@ -1 +1,17 @@
> > > > +<!--
> > > > +   Licensed to the Apache Software Foundation (ASF) under one or more
> > > > +   contributor license agreements.  See the NOTICE file distributed
> > > with
> > > > +   this work for additional information regarding copyright
> > ownership.
> > > > +   The ASF licenses this file to You under the Apache License,
> > Version
> > > > 2.0
> > > > +   (the "License"); you may not use this file except in compliance
> > with
> > > > +   the License.  You may obtain a copy of the License at
> > > > +
> > > > +        http://www.apache.org/licenses/LICENSE-2.0
> > > > +
> > > > +   Unless required by applicable law or agreed to in writing,
> > software
> > > > +   distributed under the License is distributed on an "AS IS" BASIS,
> > > > +   WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
> > > > implied.
> > > > +   See the License for the specific language governing permissions
> > and
> > > > +   limitations under the License.
> > > > +-->
> > > > <wicket:panel><span wicket:id="label">[label]</span><select
> > > > wicket:id="editor"></select></wicket:panel>
> > > >
> > > >
> > >
> > >
> >
> >
>
>

Re: license headers

Posted by Frank Bille <fr...@gmail.com>.
But you are right though that we still have that issue with were and if we
strip headers. All pages .html (not extended), .css and .js files *will*
have the license header and until we come to an agreement between us and ASF
they stay. And that sucks IMO

Frank

On 11/13/06, Igor Vaynberg <ig...@gmail.com> wrote:
>
> duh
>
> -igor
>
>
> On 11/13/06, Frank Bille <fr...@gmail.com> wrote:
> >
> > Hmm Will you get it returned? It's a panel so it's only the content of
> it
> > that gets returned, right?
> >
> > Frank
> >
> > On 11/13/06, Igor Vaynberg <ig...@gmail.com> wrote:
> > >
> > > just noticed the below
> > >
> > > this is a bad joke right?
> > >
> > > markup: 1line
> > > license: 14 lines
> > >
> > > are we stripping the license block somewhere? or are we sending it to
> > the
> > > client?
> > >
> > > you include two ajax editable choices and you get two of these headers
> > in
> > > the returned markup?
> > >
> > > -igor
> > >
> > >
> > > Modified: incubator/wicket/trunk/wicket
> > >
> > >
> >
> -extensions/src/main/java/wicket/extensions/ajax/markup/html/AjaxEditableChoiceLabel.html
> > > URL:
> > >
> > >
> >
> http://svn.apache.org/viewvc/incubator/wicket/trunk/wicket-extensions/src/main/java/wicket/extensions/ajax/markup/html/AjaxEditableChoiceLabel.html?view=diff&rev=474183&r1=474182&r2=474183
> > >
> > >
> >
> ==============================================================================
> > > ---
> > >
> > >
> >
> incubator/wicket/trunk/wicket-extensions/src/main/java/wicket/extensions/ajax/markup/html/AjaxEditableChoiceLabel.html
> > > (original)
> > > +++
> > >
> > >
> >
> incubator/wicket/trunk/wicket-extensions/src/main/java/wicket/extensions/ajax/markup/html/AjaxEditableChoiceLabel.html
> > > Mon Nov 13 00:06:17 2006
> > > @@ -1 +1,17 @@
> > > +<!--
> > > +   Licensed to the Apache Software Foundation (ASF) under one or more
> > > +   contributor license agreements.  See the NOTICE file distributed
> > with
> > > +   this work for additional information regarding copyright
> ownership.
> > > +   The ASF licenses this file to You under the Apache License,
> Version
> > > 2.0
> > > +   (the "License"); you may not use this file except in compliance
> with
> > > +   the License.  You may obtain a copy of the License at
> > > +
> > > +        http://www.apache.org/licenses/LICENSE-2.0
> > > +
> > > +   Unless required by applicable law or agreed to in writing,
> software
> > > +   distributed under the License is distributed on an "AS IS" BASIS,
> > > +   WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
> > > implied.
> > > +   See the License for the specific language governing permissions
> and
> > > +   limitations under the License.
> > > +-->
> > > <wicket:panel><span wicket:id="label">[label]</span><select
> > > wicket:id="editor"></select></wicket:panel>
> > >
> > >
> >
> >
>
>

Re: license headers

Posted by Igor Vaynberg <ig...@gmail.com>.
duh

-igor


On 11/13/06, Frank Bille <fr...@gmail.com> wrote:
>
> Hmm Will you get it returned? It's a panel so it's only the content of it
> that gets returned, right?
>
> Frank
>
> On 11/13/06, Igor Vaynberg <ig...@gmail.com> wrote:
> >
> > just noticed the below
> >
> > this is a bad joke right?
> >
> > markup: 1line
> > license: 14 lines
> >
> > are we stripping the license block somewhere? or are we sending it to
> the
> > client?
> >
> > you include two ajax editable choices and you get two of these headers
> in
> > the returned markup?
> >
> > -igor
> >
> >
> > Modified: incubator/wicket/trunk/wicket
> >
> >
> -extensions/src/main/java/wicket/extensions/ajax/markup/html/AjaxEditableChoiceLabel.html
> > URL:
> >
> >
> http://svn.apache.org/viewvc/incubator/wicket/trunk/wicket-extensions/src/main/java/wicket/extensions/ajax/markup/html/AjaxEditableChoiceLabel.html?view=diff&rev=474183&r1=474182&r2=474183
> >
> >
> ==============================================================================
> > ---
> >
> >
> incubator/wicket/trunk/wicket-extensions/src/main/java/wicket/extensions/ajax/markup/html/AjaxEditableChoiceLabel.html
> > (original)
> > +++
> >
> >
> incubator/wicket/trunk/wicket-extensions/src/main/java/wicket/extensions/ajax/markup/html/AjaxEditableChoiceLabel.html
> > Mon Nov 13 00:06:17 2006
> > @@ -1 +1,17 @@
> > +<!--
> > +   Licensed to the Apache Software Foundation (ASF) under one or more
> > +   contributor license agreements.  See the NOTICE file distributed
> with
> > +   this work for additional information regarding copyright ownership.
> > +   The ASF licenses this file to You under the Apache License, Version
> > 2.0
> > +   (the "License"); you may not use this file except in compliance with
> > +   the License.  You may obtain a copy of the License at
> > +
> > +        http://www.apache.org/licenses/LICENSE-2.0
> > +
> > +   Unless required by applicable law or agreed to in writing, software
> > +   distributed under the License is distributed on an "AS IS" BASIS,
> > +   WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
> > implied.
> > +   See the License for the specific language governing permissions and
> > +   limitations under the License.
> > +-->
> > <wicket:panel><span wicket:id="label">[label]</span><select
> > wicket:id="editor"></select></wicket:panel>
> >
> >
>
>

Re: license headers

Posted by Frank Bille <fr...@gmail.com>.
Hmm Will you get it returned? It's a panel so it's only the content of it
that gets returned, right?

Frank

On 11/13/06, Igor Vaynberg <ig...@gmail.com> wrote:
>
> just noticed the below
>
> this is a bad joke right?
>
> markup: 1line
> license: 14 lines
>
> are we stripping the license block somewhere? or are we sending it to the
> client?
>
> you include two ajax editable choices and you get two of these headers in
> the returned markup?
>
> -igor
>
>
> Modified: incubator/wicket/trunk/wicket
>
> -extensions/src/main/java/wicket/extensions/ajax/markup/html/AjaxEditableChoiceLabel.html
> URL:
>
> http://svn.apache.org/viewvc/incubator/wicket/trunk/wicket-extensions/src/main/java/wicket/extensions/ajax/markup/html/AjaxEditableChoiceLabel.html?view=diff&rev=474183&r1=474182&r2=474183
>
> ==============================================================================
> ---
>
> incubator/wicket/trunk/wicket-extensions/src/main/java/wicket/extensions/ajax/markup/html/AjaxEditableChoiceLabel.html
> (original)
> +++
>
> incubator/wicket/trunk/wicket-extensions/src/main/java/wicket/extensions/ajax/markup/html/AjaxEditableChoiceLabel.html
> Mon Nov 13 00:06:17 2006
> @@ -1 +1,17 @@
> +<!--
> +   Licensed to the Apache Software Foundation (ASF) under one or more
> +   contributor license agreements.  See the NOTICE file distributed with
> +   this work for additional information regarding copyright ownership.
> +   The ASF licenses this file to You under the Apache License, Version
> 2.0
> +   (the "License"); you may not use this file except in compliance with
> +   the License.  You may obtain a copy of the License at
> +
> +        http://www.apache.org/licenses/LICENSE-2.0
> +
> +   Unless required by applicable law or agreed to in writing, software
> +   distributed under the License is distributed on an "AS IS" BASIS,
> +   WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
> implied.
> +   See the License for the specific language governing permissions and
> +   limitations under the License.
> +-->
> <wicket:panel><span wicket:id="label">[label]</span><select
> wicket:id="editor"></select></wicket:panel>
>
>