licensing

How can I use sed to replace copyright/license headers in my source files?

杀马特。学长 韩版系。学妹 提交于 2019-11-29 19:15:36
问题 I need to replace the LGPL license header in all of my Java source files with the Apache License 2.0 header, i.e. this /* * Copyright (c) 2012 Tyler Treat * * This file is part of Project Foo. * * Project Foo is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. * * Project Foo is distributed in the hope that

Do commercial (paid) iPhone apps have to pay a license to Google for Maps? [closed]

旧时模样 提交于 2019-11-29 15:16:11
问题 Closed. This question is off-topic. It is not currently accepting answers. Want to improve this question? Update the question so it's on-topic for Stack Overflow. Closed 4 years ago . I know that happens with commercial websites so I was wondering if commercial iPhone apps that use the MapKit (especially those that generate a lot of traffic) need to get any sort of license from Google Maps as well. My best guess would be no, but just asking in case someone knows better. Also, I would guess

license info of a deb package

拥有回忆 提交于 2019-11-29 13:47:06
I am trying to get license information of uninstalled deb packages. dpkg --info <package-name>.deb does not give that information. Is there any command in ubuntu which will give this info? (In rpm world rpm -qpi gives that info) There's no simple command that I know of. You can do something like this: dpkg-deb --fsys-tarfile foo.deb |tar -xvO ./usr/share/doc/foo/copyright This prints the file to standard output. Edit Hmm, that sounds hard. After a quick perusal of the apt cache on my Debian system, I found some phrases that might be useful: "GNU General Public License" "the above copyright

Do you have to pay for GNU GPL software that is “for sale”? [closed]

旧巷老猫 提交于 2019-11-29 11:46:14
问题 I've seen some software (a Joomla component, to be exact) for sale on a web site. The web site says it is licensed under the GNU GPL2. However it also says you need to pay for every site you use the software on (with bulk discounts). I know it's perfectly acceptable to sell software under the GPL, however the license implies that the source code must be distributed at no cost. So is this a legitimate use of the GPL, or is it violating the license? Is it legal to download the software for free

license and protect php script [closed]

瘦欲@ 提交于 2019-11-29 08:40:39
I am interested to use http://www.phplicengine.com to protect my php code and license my php script but have no clue how good it is. is here a PHPLicengine user who may help me please? PHP code cannot be encrypted because at some point you have to eval() the string that will be producing the output.So there isn't a way to actually keep people from stealing your code if you let it get off your servers. For the most part, trying to protect the code is useless. People make money off of code by either A) Working for someone, B) Providing updates/support to only valid paying customers, or C)

Incorporating license key approach for a WinForms app [closed]

£可爱£侵袭症+ 提交于 2019-11-29 07:46:00
I need some guidance on where to research further incorporating license key enablement for a WinForms application. That is incorporating those key concepts you see often such as: 30 day trial Need license key to unlock the application beyond this Possibly the ability to unlock power user functionality using this approach What is the normal approach people use to achieve this? Is it possible just using VS2008 Pro edition for example, or are there well known libraries that help out? Would be nice to think there were "client libraries" out there that let you incorporate this relatively easily

Do I need to open my source code if I use OpenJDK as JVM? [closed]

怎甘沉沦 提交于 2019-11-29 05:56:26
问题 Closed. This question is off-topic. It is not currently accepting answers. Want to improve this question? Update the question so it's on-topic for Stack Overflow. Closed 4 years ago . With the current developments regarding Oracle announcing its intention to charge for a pro (or whatever you call it) version of JVM, and IBM announcing its intention to support OpenJDK, things are getting quite complicated for a large set of Java developers. We have a large piece of work in Java, and we did not

License problem using sectioned ListView with J. Sharkey's SeparatedListAdapter [closed]

|▌冷眼眸甩不掉的悲伤 提交于 2019-11-29 05:16:36
big explanation (better safe...), question in bold if you don't want to read it all. Thanks a lot for your help! I have an app with a ListView , and two custom XMLs. One is a single TextView, for the headers. The other has 3 TextViews and 3 ImageViews that represent the data. As most of you know, Jeff Sharkey already has a very clever (imho) solution ( SeparatedListAdapter ), which allows the class to work, without modifications, with ImageViews. Although it accepts String s, I can provide the valueOf of the drawable int resources, and it will figure it out. Great, see code and screen at end

License of “Apple Color Emoji.ttf” [closed]

房东的猫 提交于 2019-11-29 03:37:14
What's the license of OS X Lion's /System/Library/Fonts/Apple Color Emoji.ttf ? In this posting Apple's Peter Edberg says: As previously stated, Apple would like to make the Apple Emoji font - and the glyphs therefrom - widely available using a license that makes it possible for anyone to change it as they see fit or to combine its glyphs with those from another font, without Apple acquiring any rights to such changes. The only conditions we want to impose are: a) The name "Apple Emoji" can only be used for the original unmodified font; if the font is modified or combined with another font,

Is ExtJS open source? [closed]

╄→гoц情女王★ 提交于 2019-11-29 02:31:39
问题 Closed. This question is off-topic. It is not currently accepting answers. Want to improve this question? Update the question so it's on-topic for Stack Overflow. Closed 4 years ago . Can we use extJS in a business application for free ? 回答1: Can you use extJS for an business application for free? Well, you can if any of the following statements are true. You open-source your app under GPL v3. The app is only for internal use in your company. The app is used by your company to provide a